ArcFM Engine Developer Guide
CreateDockGroup(ChildPaneStyle,DockPaneBase[]) Method


The organizational style of the child panes.
The list of panes to be placed in the DockGroupPane.
Creates a new dock group pane and adds the specified dockable panes to it.
Syntax
'Declaration
 
Public Overloads Shared Function CreateDockGroup( _
   ByVal childPaneStyle As ChildPaneStyle, _
   ByVal basePanes() As DockPaneBase _
) As DockGroupPane
'Usage
 
Dim childPaneStyle As ChildPaneStyle
Dim basePanes() As DockPaneBase
Dim value As DockGroupPane
 
value = DockManager.CreateDockGroup(childPaneStyle, basePanes)
public static DockGroupPane CreateDockGroup( 
   ChildPaneStyle childPaneStyle,
   DockPaneBase[] basePanes
)

Parameters

childPaneStyle
The organizational style of the child panes.
basePanes
The list of panes to be placed in the DockGroupPane.

Return Value

The new DockGroupPane that was created.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DockManager Class
DockManager Members
Overload List

 

 


Send Comment